@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 流變格線屬性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	靈感來自於 Ethan Marcotte 的「具回應功能的網頁設計」 
	http://www.alistapart.com/articles/responsive-web-design
	
	以及 Joni Korpi 的「黃金格線系統」
	http://goldengridsystem.com/
*/

/* 行動版面: 480px 以下。 */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 30px;
	background-color: #900;
	position: fixed;
	left: 0px;
	top: 0px;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 500px;
	display: block;
	background-image: url(http://www.smktour.com.tw/WEB/images/ForThailand_Chiang-Mai_Luxurious/ForThailand_Chiang-Mai_Luxurious_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 500px;
	display: block;
	background-image: url(http://www.smktour.com.tw/WEB/images/ForThailand_Chiang-Mai_Luxurious/ForThailand_Chiang-Mai_Luxurious_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(http://www.smktour.com.tw/WEB/images/ForThailand_Chiang-Mai_Luxurious/ForThailand_Chiang-Mai_Luxurious_03.jpg);
	background-position: center center;
}
#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #400A00;
	height: 80px;
}
#LayoutDiv6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv7 {
	clear: both;
	float: left;
	margin-left: 62.5%;
	width: 100%;
	display: block;
}
#LayoutDiv8 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(http://www.smktour.com.tw/WEB/images/LOGO_yello.png);
	background-repeat: no-repeat;
}
#LayoutDiv9 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #FF0;
	margin-top: 30px;
}
#LayoutDiv10 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 500px;
	display: block;
}

/* 表格版面: 481px 到 768px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 768px;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 768px;
	display: block;
	height: 30px;
	background-color: #900;
	background-repeat: no-repeat;
	background-position: center;
	left: 0px;
	top: 0px;
	position: fixed;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 768px;
	display: block;
	background-image: url(http://www.smktour.com.tw/WEB/images/ForThailand_Chiang-Mai_Luxurious/ForThailand_Chiang-Mai_Luxurious_01.jpg);
	background-position: center;
	height: 300px;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 768px;
	display: block;
	background-image: url(http://www.smktour.com.tw/WEB/images/ForThailand_Chiang-Mai_Luxurious/ForThailand_Chiang-Mai_Luxurious_02.jpg);
	background-position: center;
	height: 150px;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 768px;
	display: block;
	background-image: url(http://www.smktour.com.tw/WEB/images/ForThailand_Chiang-Mai_Luxurious/ForThailand_Chiang-Mai_Luxurious_03.jpg);
	background-position: center;
	height: 2250px;
}
#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 768px;
	display: block;
	background-color: #400A00;
	height: 80px;
}
#LayoutDiv6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 768px;
	display: block;
	background-image: url(images/LOGO.png);
	background-repeat: no-repeat;
	position: fixed;
	height: 30px;
}
#LayoutDiv7 {
	clear: both;
	float: left;
	margin-left: 600px;
	width: 100%;
	display: block;
	height: 30px;
	margin-top: 6px;
}
#LayoutDiv8 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 768px;
	display: block;
	background-image: url(http://www.smktour.com.tw/WEB/images/LOGO_yello.png);
	background-repeat: no-repeat;
	height: 50px;
	margin-top: 3px;
}
#LayoutDiv9 {
	clear: both;
	float: left;
	margin-left: 25.641%;
	width: 74.3589%;
	display: block;
	margin-top: 6px;
	color: #FF0;
}
#LayoutDiv10 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 750px;
	display: block;
	color: #900;
}
}

/* 桌面版面: 769px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	max-width: 1232px;
	width: 1580px;
}
#LayoutDiv1 {
	width: 1580px;
	display: block;
	height: 30px;
	position: fixed;
	top: 0px;
	background-color: #900;
	padding: 0px;
	background-position: center;
	background-repeat: no-repeat;
	left: 0px;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 1580px;
	display: block;
	background-image: url(http://www.smktour.com.tw/WEB/images/ForThailand_Chiang-Mai_Luxurious/ForThailand_Chiang-Mai_Luxurious_01.jpg);
	height: 745px;
	background-position: center;
	left: 0px;
	position: absolute;
	top: 30px;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 1580px;
	display: block;
	background-image: url(http://www.smktour.com.tw/WEB/images/ForThailand_Chiang-Mai_Luxurious/ForThailand_Chiang-Mai_Luxurious_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 179px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 775px;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 1580px;
	display: block;
	background-image: url(http://www.smktour.com.tw/WEB/images/ForThailand_Chiang-Mai_Luxurious/ForThailand_Chiang-Mai_Luxurious_03.jpg);
	background-position: center;
	height: 2250px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 954px;
}
#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 1580px;
	display: block;
	background-color: #400A00;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 3203px;
}
#LayoutDiv6 {
	width: 1000px;
	display: block;
	background-image: url(http://www.smktour.com.tw/WEB/images/LOGO.png);
	background-repeat: no-repeat;
	height: 30px;
	position: fixed;
	left: 280px;
}
#LayoutDiv7 {
	clear: both;
	float: left;
	margin-left: 88%;
	width: 500px;
	display: block;
	height: 30px;
	margin-top: 6px;
	color: #FFF;
}
#LayoutDiv8 {
	clear: both;
	float: left;
	margin-left: 290px;
	width: 1000px;
	display: block;
	background-image: url(http://www.smktour.com.tw/WEB/images/LOGO_yello.png);
	background-repeat: no-repeat;
	height: 50px;
	margin-top: 6px;
}
#LayoutDiv9 {
	clear: both;
	float: left;
	margin-left: 20.4081%;
	width: 38.7755%;
	display: block;
	margin-top: 6px;
	color: #FF0;
}
#LayoutDiv10 {
	clear: both;
	float: left;
	margin-left: 20.4081%;
	width: 900px;
	display: block;
	height: 1355px;
	margin-top: 0px;
	font-size: 18px;
	color: #900;
}
}
